home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / LET_IT_RIDE.SWF / scripts / DefineButton2_69 / BUTTONCONDACTION on(press).as
Text File  |  2002-05-07  |  202b  |  7 lines

  1. on(press){
  2.    set("../:OnMax","3");
  3.    set("../:Credits",eval("../:Credits") - eval("../:creditsPlayed") * "2");
  4.    set("../:creditsPlayed",eval("../:creditsPlayed") * "3");
  5.    gotoAndStop(11);
  6. }
  7.